Bogdan Calapod is an independent developer whose open-source utilities focus on streamlining Windows system administration. The single public offering, pdq-cli, acts as a lightweight command-line bridge to PDQ Connect and PDQ Detect, two commercial endpoint-management services widely used by IT teams to inventory hardware, push patches, and monitor vulnerabilities across corporate fleets. By wrapping the vendor’s REST endpoints in PowerShell-friendly commands, the tool lets administrators query device records, trigger deployments, and export scan results without leaving the terminal or loading the full GUI console. Typical use cases include automating nightly inventory exports for CMDB synchronization, scripting one-off software rollouts during maintenance windows, and feeding detection data into larger security orchestration workflows. Because the utility is distributed as a self-contained portable binary, it drops cleanly into CI pipelines, scheduled tasks, or remote-management scripts on domain controllers, saving technicians from repetitive point-and-click work. The codebase is kept intentionally narrow, prioritizing speed and compatibility with older Windows builds rather than feature sprawl, and updates track PDQ API changes within days. Bogdan Calapod’s pdq-cli is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest release, and can be batched alongside other administrative tools for rapid, unattended setup.

pdq-cli

CLI for PDQ Connect and PDQ Detect

Details